home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / Software / InvisiMail Lite / IM40lite.exe / MailView.exe / 0 / RCDATA / TAUTHDISPLAY / TAUTHDISPLAY.txt
Encoding:
Text File  |  2000-05-25  |  979 b   |  52 lines

  1. object AuthDisplay: TAuthDisplay
  2.   Left = 297
  3.   Top = 178
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Message Authentication Browser'
  6.   ClientHeight = 138
  7.   ClientWidth = 356
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 356
  20.     Height = 104
  21.     Align = alClient
  22.     Caption = 'Panel1'
  23.     TabOrder = 0
  24.     object AuthText: TMemo
  25.       Left = 1
  26.       Top = 1
  27.       Width = 354
  28.       Height = 102
  29.       Align = alClient
  30.       ScrollBars = ssVertical
  31.       TabOrder = 0
  32.     end
  33.   end
  34.   object Panel2: TPanel
  35.     Left = 0
  36.     Top = 104
  37.     Width = 356
  38.     Height = 34
  39.     Align = alBottom
  40.     TabOrder = 1
  41.     object Button1: TButton
  42.       Left = 136
  43.       Top = 6
  44.       Width = 75
  45.       Height = 25
  46.       Caption = 'OK'
  47.       ModalResult = 1
  48.       TabOrder = 0
  49.     end
  50.   end
  51. end
  52.